home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Systemmonitors / MemManipulator / english / memm.doc < prev    next >
Text File  |  1996-09-26  |  2KB  |  49 lines

  1. Memory Manipulator V1.00
  2. ------------------------
  3.  
  4. Memm does the following things:
  5.  
  6. -shows the structure of memory allocation
  7. -dumps free or allocated memchunks
  8. -dumps any memchunk
  9. -saves memchunks
  10. -frees allocated memchunks (woop!)
  11. -searches for Strings in memory
  12.  
  13.  
  14. Please note that at a multitasking system like the Amiga the memlist can (and will)
  15. change rapidly. The list shown in Memory Manipulator is therefore always a bit old.
  16.  
  17. If you already had a freezer module and you now miss the memory-dump option then this
  18. program is for you. Unfortunately Memory Manipulator is not resident and is not able
  19. to rip samples and modules out of games.
  20.  
  21. ATTENTION: freeing memchunks may crash your computer!!! You should only use this option
  22. to kill "dead" programs which allocate memory they don`t need anymore. Please make sure
  23. you know what you free before using this option.
  24.  
  25.  
  26. Memm uses a MUI-GUI with the following gadgets:
  27.  
  28. 1. About:            Gives you information about program and author
  29. 2. Fast/Chip:        Switches the display between chip- and fastmem
  30. 3. free/allocated:    like the above but switches between free and allocated memory
  31. 4. the listview:    displays a list with memchunks specified with 2. and 3.
  32. 5. Start, End:        here you can specify a memchunk by quoting his start and endaddress
  33.                 by typing a 0 for endaddress returns the whole memory-block
  34. 6. Find:            opens a window where you can enter a search string either as chars
  35.                 or hex. a click on the start-button starts the search
  36. 7. Free:            frees the selected memchunk
  37. 8. Save:            Opens a filerequester and lets you save the selected memchunk as
  38.                 a file
  39. 9. Show:            Dumps the selected memchunk into a window.
  40.  
  41. 10. scrollbar:        lets you jump to any address within your block
  42. 11. +/-:            jumps to next/previuos page (512 bytes)
  43. 12. Address:        you can also enter the address to be shown
  44.  
  45.  
  46. Feel free to contact me or my Homepage (with the latest version of Memm):
  47. WWW:   http://rzaix340.rz.uni-leipzig.de/~wir95ccv
  48. Email: wir95ccv@manitu.rz.uni-leipzig.de
  49.